import type { Style } from './type';
export declare const getDefaultStyle: (visible: boolean) => Style;
