interface MessageProps {
    type: 'success' | 'warning' | 'error';
}
export declare const Message: import("styled-components").StyledComponent<"span", any, MessageProps, never>;
export {};
