export declare const splitComponentPath: (componentPath: string) => Array; export declare const getPathToLayoutComponent: (componentPath: string) => string; export declare const getPathToContentComponent: (componentPath: string) => string;