import { Theme } from '@leafygreen-ui/lib'; import { Size } from './Copyable.types'; export declare const getContainerStyle: ({ className, showCopyButton, theme, }: { className?: string; showCopyButton: boolean; theme: Theme; }) => string; export declare const getFontStyle: ({ size, showCopyButton, }: { size: Size; showCopyButton: boolean; }) => string; export declare const getCodeStyle: ({ theme, size, showCopyButton, }: { theme: Theme; size: Size; showCopyButton: boolean; }) => string; export declare const getButtonWrapperStyle: ({ theme, isOverflowed, }: { theme: Theme; isOverflowed: boolean; }) => string; export declare const buttonStyle: string; export declare const iconStyle: string; //# sourceMappingURL=Copyable.styles.d.ts.map