import { FunctionComponent } from 'react';
import { StorySlot } from './shared';
interface PrimaryProps {
    slot?: StorySlot;
}
export declare const Primary: FunctionComponent<PrimaryProps>;
export {};
