interface MessageProps { type: 'success' | 'warning' | 'error'; } export declare const Message: import("styled-components/dist/types.js").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, "type"> & MessageProps, never> & Partial, HTMLSpanElement>, "type"> & MessageProps, never>>> & string; export {};