export declare type StyleProps = {
    [key: string]: string;
};
export interface Style {
    selectButton?: StyleProps;
    clearButton?: StyleProps;
    layout?: StyleProps;
    previewPanel?: StyleProps;
}
