import type { InlineNotificationApiProps } from "./inline-notification.types.js"; export declare const inlineNotificationProps: (keyof InlineNotificationApiProps)[]; export declare const splitInlineNotificationProps: (props: Props) => [ InlineNotificationApiProps, Omit ]; //# sourceMappingURL=inline-notification.props.d.ts.map