/// import './styles.scss'; export interface PlaceholderProps { message?: string; mod: string; proportions?: string; [key: string]: any; } export declare const Placeholder: ({ mod, message, style, proportions, ...props }: PlaceholderProps) => JSX.Element;