import { type SharedStylePropsArg, type ToasterSharedStylePropsArg, type PlacementType } from './types';
import type { StyleObject } from 'styletron-standard';
export declare function getPlacement(placement: PlacementType): StyleObject;
export declare const Root: import("styletron-react").StyletronComponent<"div", ToasterSharedStylePropsArg>;
export declare const InnerContainer: import("styletron-react").StyletronComponent<"div", SharedStylePropsArg>;
export declare const Body: import("styletron-react").StyletronComponent<"div", SharedStylePropsArg>;
export declare const CloseIconSvg: import("styletron-react").StyletronComponent<"svg", {
    $size: number | string;
    $color: string;
} & SharedStylePropsArg>;
