///
import { Theme } from 'styled-components';
type AlertBoxProps = {
yOffset?: string;
};
export interface ThemedProps extends AlertBoxProps {
theme: Theme;
}
export declare const AlertBox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, ThemedProps>>;
export {};