export declare const ClipboardStyles: {
    contentWrapper: string;
    header: (dark: boolean) => string;
    selectionText: string;
    card: (dark: boolean, customBgColor: string) => string;
    toolbarWrapper: (dark: boolean) => string;
    wrapper: string;
    editor: string;
    backgroundIcon: string;
    exportButtonWrapper: string;
    dialogContainer: string;
    text: string;
    textBox: string;
};
